hunt-snapshot-0_10_7 ~master (2022-06-08T07:28:32.2105982)
Dub
Repo
MakeController
hunt
application
controller
Undocumented in source.
mixin template
MakeController (
string
moduleName
= __MODULE__
) {
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
;
}
Members
Mixins
__anonymous
mixin
HuntDynamicCallFun
!(
typeof
(
this
),
moduleName
)
Undocumented in source.
Meta
Source
See Implementation
hunt
application
controller
classes
Controller
enums
Action
functions
__createCallActionFun
__creteRouteMap
addRouteList
callHandler
getRouteFormList
mixin templates
HuntDynamicCallFun
MakeController
structs
Middleware